home *** CD-ROM | disk | FTP | other *** search
/ HPAVC / HPAVC CD-ROM.iso / pc / WINHAK95.ZIP / PLUGINS / ENABLE~1.WH < prev    next >
Encoding:
Text File  |  1996-05-16  |  917 b   |  36 lines

  1. // WinHacker Script
  2. // Copyright (c) 1996 Wedge Software
  3. //
  4. // Enable RAS IP Routing on NT
  5. //
  6.  
  7. [Main]
  8. Desc = Enable RAS IP Routing on NT
  9. // Ask = 
  10. // StartMessage =
  11. ExitMessage = You must restart your computer now...
  12.  
  13. [Registry]
  14. Procs = 2
  15.  
  16. [RegistryProc#1]
  17. // Ask = Run RegistryProc#1?
  18. RootKey = HKEY_LOCAL_MACHINE
  19. Path = SYSTEM\CurrentControlSet\Services\RasArp\Parameters
  20. Item = DisableOtherSrcPackets
  21. Action = WriteDword
  22. Value = (dialog)
  23. Value.dialog.text = Type 0 to enable RAS IP Routing, or type 1
  24. Value.dialog.text2 = to disable it.
  25. Value.dialog.default = 0
  26.  
  27. [RegistryProc#2]
  28. // Ask = Run RegistryProc#2?
  29. RootKey = HKEY_LOCAL_MACHINE
  30. Path = \System\CurrentControlSet\Services\Tcpip\Parameters
  31. Item = IpEnableRouter
  32. Action = WriteDword
  33. Value = (dialog)
  34. Value.dialog.text = Type 1 to enable RAS IP Routing, or type 0
  35. Value.dialog.text2 = to disable it.
  36. Value.dialog.default = 1